Nevron Open Vision Documentation
Nevron.Nov Namespace / NLocalizedString Structure / Join Method / Join(String,NLocalizedString[]) Method


In This Topic
    Join(String,NLocalizedString[]) Method
    In This Topic
    Joins the given localized string values using the specified separator string.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Join( _
       ByVal separator As System.String, _
       ByVal ParamArray values() As NLocalizedString _
    ) As NLocalizedString
    'Usage
     
    
    Dim separator As System.String
    Dim values() As NLocalizedString
    Dim value As NLocalizedString
     
    value = NLocalizedString.Join(separator, values)
    public static NLocalizedString Join( 
       System.string separator,
       params NLocalizedString[] values
    )

    Parameters

    separator
    values
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also